home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Information / WebSites / Eyetech / DOWNLOAD / TURBO007.LHA / tp706_e / tpupdate.script < prev    next >
Text File  |  2000-01-14  |  866b  |  29 lines

  1. echo "TPUpdate V7.06"
  2. echo "---------------"
  3. echo "This script will update Turboprint 7.0x to 7.06."
  4. echo "Please read the ReadMe file for changes."
  5. echo ""
  6. echo "You can either update Turboprint on your hard disk"
  7. echo "or update a Turboprint boot disk that has been created"
  8. echo "for use on a system not equipped with a hard disk."
  9. echo "If no Turboprint boot disk is inserted, a Turboprint"
  10. echo "Installation on your hard disk will be updated."
  11. echo ""
  12. ask "Do you want to continue (Y=Yes / N=No)?"
  13. if warn
  14.   echo "Yes"
  15.   copy turbo turboprint:turbo all
  16.   copy printers turboprint:printers all
  17.   copy drivers turboprint:drivers all
  18.   copy colors turboprint:colors all
  19.   copy extra turboprint:extra all
  20.   copy turbospool turboprint:
  21.   copy graphicspublisher turboprint:
  22.   move turboprefs
  23.   echo "Patch completed."
  24. else
  25.   echo "No"
  26.   echo "Patch aborted."
  27. endif
  28.  
  29.